home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 378
- Height = 298
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Button1: TButton
- Left = 48
- Top = 23
- Width = 89
- Height = 33
- Caption = '&Click Me!'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 176
- Top = 31
- Width = 121
- Height = 24
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 48
- Top = 95
- Width = 249
- Height = 145
- Alignment = taCenter
- Lines.Strings = (
- 'This simple program illustrates '
- 'the use of Pascal'#39's WITH to set '
- 'multiple properties of a specified '
- 'object - here the Edit1 text box.'
- ''
- 'Just click the button to see the '
- 'results.')
- ReadOnly = True
- TabOrder = 2
- end
- end
-